func crypto/internal/nistec.p256MovCond
10 uses
crypto/internal/nistec (current package)
p256_asm.go#L278: func p256MovCond(res, a, b *P256Point, cond int)
p256_asm.go#L389: p256MovCond(&sum, &double, &sum, pointsEqual)
p256_asm.go#L390: p256MovCond(&sum, r1, &sum, r2IsInfinity)
p256_asm.go#L391: p256MovCond(&sum, r2, &sum, r1IsInfinity)
p256_asm.go#L548: p256MovCond(q, p1, p2, cond)
p256_asm.go#L648: p256MovCond(p, p, NewP256Point(), zero)
p256_asm.go#L725: p256MovCond(&t1, &t1, p, sel)
p256_asm.go#L726: p256MovCond(p, &t1, &t0, zero)
p256_asm.go#L742: p256MovCond(&t1, &t1, p, sel)
p256_asm.go#L743: p256MovCond(p, &t1, &t0, zero)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |